home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: Parent Power / The Sunday Times - Parent Power.iso / pc / engine / audiomenu.swf / scripts / DefineButton2_23 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-11-04  |  267 b   |  12 lines

  1. on(release){
  2.    var theURL = "www.audible.co.uk/naxospromotion";
  3.    if(_root.overlay_mc.audibleterms)
  4.    {
  5.       getURL("lingo:Flsh_openWebPage(\"" + theURL + "\")","");
  6.    }
  7.    else
  8.    {
  9.       _root.overlay_mc.show("audible_terms_confirm",theURL);
  10.    }
  11. }
  12.